home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / template.swf / scripts / DefineButton2_757 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-09-02  |  284 b   |  18 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("stolipaloozaout");
  5.       play();
  6.    }
  7.    tellTarget("_level5")
  8.    {
  9.       gotoAndStop("start");
  10.       play();
  11.    }
  12.    tellTarget("_level7/stolipaloozalmtt")
  13.    {
  14.       gotoAndStop("start");
  15.       play();
  16.    }
  17. }
  18.